write in code
英
美
[网络] 写代码
双语例句
- When you write your test cases first, you get in the habit of writing only enough code to make the test case pass.
在编写测试用例时,您养成了很好的测试习惯,即只编写运行测试用例所需的最少代码。 - You can write Java code in the morning, PHP code in the early afternoon, and updates to a Web site with XM in late afternoon.
您可以在早上编写Java代码,在下午早些时候编写PHP代码,然后在下午晚些时候用XM对网站进行更新。 - The goal is to write a FindBugs detector that will find all the places in the code that are making calls to the logging framework without being wrapped in a guard clause.
目标是编写一个FindBugs检测器,它将找出代码中调用日志框架而未被包装在监护子句中的所有地方。 - Just as there are no rules that tell you exactly what comments to write in your code, there is no universal list of the "right" attributes.
正如没有哪条规则告诉你代码里的注释一定要怎么写才正确,也不存在“正确”属性的一个普适的列表。 - I'm sure you have been told a number of times that you should write comments in your code.
毫无疑问,你已经千百次地被告知,在编写代码时一定要添加注释。 - Some of the frameworks I've seen on the market allow developers to write their code in the back-end language, and the framework creates the front-end JavaScript code.
我在市场上看到的一些框架允许开发人员用后端语言编写代码,然后由框架创建前端JavaScript代码。 - To write ( a message, for example) in code or cipher.
译成密码用电码或密码书写(如,信息) - So really, the rule of thumb if you think back to Scratch is that any time you write a statement something that does something in one line of code you generally need the semicolon there.
实际上,根据经验,你们回忆一下在Scratch中,任何时候你们写一条语句-,处理一些操作的一行代码-,你们通常需要在那里加个分号。 - Code analyzers, refactoring tools and automated refactorings, formatters and more, are difficult, if not impossible, to write in Ruby, because there is no way to parse Ruby source with Ruby code.
用Ruby写代码分析、重构工具和自动重构、格式程序等等甚至更多的工具并非不可能,但是很困难,因为还没有用Ruby代码分析Ruby源码的先例。 - I'm going to write the examples in functional code to keep them as brief as possible.
下面我要用函数性代码编写这两个示例以使其尽可能地简单。